home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / comphelp / batchtut / _runme2.bat < prev    next >
Encoding:
DOS Batch File  |  1983-08-23  |  232 b   |  10 lines

  1. echo off
  2. .
  3. .                       _runme2.bat
  4. .
  5. more <_elem.rem
  6. query//       Would you like to continue the tutorial (y/n) ?
  7. if errorlevel 2 goto exit
  8. if errorlevel 1 _runme3
  9. slash/ll/                       Bye for now.
  10.